.myDigitelBunner {   
    max-width:800px;
    width:100%;
    min-height:200px;	
	padding:35px 54px;
    background-image: url('/Style%20Library/Images/BackgroundDesktop.png');
    background-repeat: no-repeat;        
    background-size: cover;
	 border-radius: 8px;
    background-color: #f3f8fd;
}
.myDigitelBunnerTitle{
	display:block;
    background-image: url('/Style%20Library/Images/DigitelSheliDesktop.png');
    background-repeat: no-repeat;        
    background-position:right;
	height:20px;	
}

.myDigitelBunnerRight{
	padding:11px 0px 11px 11px;
}

.myDigitelBunnerRight p{
	font-family: 'BlenderRegular';
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.28;
  letter-spacing: normal;
  text-align: right;
  color: #2e2e2e;
  margin:0px;
}


.myDigitelBunnerLeft p,.myDigitelBunnerRegLink,.myDigitelBunnerRegLink:visited{
  font-family: 'BlenderBold';
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;  
  letter-spacing: normal;  
  color: #2e2e2e;
	display:inline;
}
.myDigitelBunnerRegLinkOut{
	text-align: center;
	margin-top:14px;
}
.myDigitelBunnerRegLink{
  text-decoration:underline;
}
.myDigitelBunnerLink,.myDigitelBunnerLink:visited,.myDigitelBunnerLink:hover{
	flex-grow: 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
    align-items: center;
  gap: 10px;
  padding: 18px 60px;
  border-radius: 100px;
  background-color: #1a77d3;
  font-family: 'BlenderRegular';
  font-size: 20px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  text-align: right;
  color: #fff;
   
}

.myDigitelBunnerLeft
{
	transform: translate(0%,-50%);
    top: 50%;
}

.myDigitelBunnerLink::before {
  content: url('/Style%20Library/Images/UserIconDesktop.png');
  width:24px;
	height:24px;
}
@media(max-width:700px){
	.myDigitelBunner {   
		margin:30px 0px;
		width:100%;
		background-image:url('/Style%20Library/Images/BackgroundMobile.png');
		min-height:279px;
		padding:30px 15px;
		background-position:center;
	}
	.myDigitelBunnerTitle{
	
		background-image: url('/Style%20Library/Images/DigitelSheliMobile.png');
		background-position: center;
	}
	.myDigitelBunnerLink::before {
		content: url('/Style%20Library/Images/UserIconMobile.png');
		width:18px;
		height:17px;
	}
	.myDigitelBunnerRight p{
		
		font-weight: normal;
		font-stretch: normal;
		font-style: normal;
		line-height: 1.2;
		letter-spacing: normal;
		text-align: center;
	}
	.myDigitelBunnerLink{
		margin:20px auto;
	}
	.myDigitelBunnerLink,.myDigitelBunnerLink:visited,.myDigitelBunnerLink:hover{
		flex-grow: 0;
		display: flex;
		flex-direction: row;
		justify-content: center;
			align-items: center;
		gap: 10px;
		 padding: 18px 60px;
		border-radius: 100px;
		background-color: #1a77d3;
		font-family: 'BlenderRegular';
		 font-size: 18px;
		font-weight: bold;
		font-stretch: normal;
		font-style: normal;
		line-height: 1.25;
		letter-spacing: normal;
		text-align: right;
		color: #fff;
   
	}
	
	.myDigitelBunnerLeft
	{
		transform: none;
		top: auto;
	}
}